ReleaseObjectRequest

data class ReleaseObjectRequest(objectId: RemoteObjectId)

Represents request frame that can be used with Runtime#releaseObject operation call.

Releases remote object with given id.

See also

Constructors

ReleaseObjectRequest
Link copied to clipboard
fun ReleaseObjectRequest(objectId: RemoteObjectId)

Properties

objectId
Link copied to clipboard
val objectId: RemoteObjectId
Identifier of the object to release.

Sources

jvm source
Link copied to clipboard